Use unordered containers in DeMorganSimplifier#2232
Merged
sethrj merged 3 commits intoceleritas-project:developfrom Feb 6, 2026
Merged
Use unordered containers in DeMorganSimplifier#2232sethrj merged 3 commits intoceleritas-project:developfrom
sethrj merged 3 commits intoceleritas-project:developfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #2232 +/- ##
========================================
Coverage 86.81% 86.82%
========================================
Files 1330 1330
Lines 42019 42027 +8
Branches 12950 12949 -1
========================================
+ Hits 36480 36489 +9
Misses 4335 4335
+ Partials 1204 1203 -1
🚀 New features to boost your workflow:
|
Test summary 5 893 files 9 431 suites 18m 27s ⏱️ Results for commit 092ff67. ♻️ This comment has been updated with latest results. |
elliottbiondo
approved these changes
Feb 5, 2026
amandalund
approved these changes
Feb 5, 2026
sethrj
approved these changes
Feb 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #2231, use map and set instead of pre-allocated vectors.